Attached is a randomized tester for consoled. It's a patch against
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 5 Aug 2005 09:02:09 +0000 (09:02 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 5 Aug 2005 09:02:09 +0000 (09:02 +0000)
commit04303c4108996a73c441e3d12bc1b1659581e683
treef8b5536afb9e85bb3f0dab9b50dabf3200030333
parentaf976cb9bda10933544f4e80924f148472167df6
Attached is a randomized tester for consoled.  It's a patch against
xen-unstable.hg but it doesn't add itself to any of the Makefiles but
just as a subdirectory of consoled.  There's a README in the directory
that should be read otherwise you won't be able to do anything useful
with it :-)

Right now, we can get pretty far before seeing data corruption.
Previously, we'd see it almost immediately (after ~600 bytes, which is
the max the control channel can hold before filling up).

It's actual general enough that it could be also used to test network
traffic corruption but there are certainly better tools for that.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/consoled/testsuite/Makefile [new file with mode: 0644]
tools/consoled/testsuite/README [new file with mode: 0644]
tools/consoled/testsuite/console-dom0.c [new file with mode: 0644]
tools/consoled/testsuite/console-domU.c [new file with mode: 0644]
tools/consoled/testsuite/procpipe.c [new file with mode: 0644]